Modifying pyploma.py in order to take the year of the event from command line.#446
Modifying pyploma.py in order to take the year of the event from command line.#446misshu93 wants to merge 2 commits intocodeeu:masterfrom
Conversation
|
@misshu93 thanks for the suggested contribution! Can you explain in a bit more detail what are you changing and why? The current way you're proposing the change will break the automatic certificate generation and we can't merge it as is. |
|
Oh, you're right... Alessandro asked me to modify this script in order to take the year from command line but I think he say me the wrong repo... Anyway, I tried to run your script but it seems not generate anything. Is this script finished? |
|
The code uses this file to generate the certificates. It is finished and works properly. It was originally derived from the The new code is called by the events website when an event organizer reports the details from his or her event. We then automatically generate the certificate for organizing an event. There's also the option to invoke the certificate generation from the command line, using Django's commands, see here. I'm not sure why @alessandrobogliolo wants a year to be passed on the command line, as the year is taken from the event's date, but if it needs to be passed anyway, the change should probably be done in the command. |
|
I think there is some misunderstanding. I asked to take the year from the Other certificates will be discussed afterwards. Thanks A
|
No description provided.